@charset "utf-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
}
body {
	font-size: 62.5%;
}
body, table, input, textarea, select, option {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
:focus {
	outline: 0;
}
img {
	vertical-align: top;
}
a, a:link {
	color: #040404;
	text-decoration: none;
}
a:visited {
	color: #040404;
}
a:hover {
	color: #040404;
}
a:active {
	color: #040404;
}
.clearfix:after {
	height: 0;
	visibility: hidden;
	content: ".";
	display: block;
	clear: both;
}
body {
	color: #000;
	font-size: 13px;
	line-height: 1.5;
	background-color: #FFF;
}
#header {
	width: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 100;
	background: #fff;
	box-shadow: 0 0 3px rgba(0,0,0,.5);
}
#header .h_box {
	margin: 0 auto;
	padding: 0 0 0 3%;
}
#header h1 {
	padding: 12px 40px 0 0;
	float: left;
}
#header h1 img {
	width: 300px;
}
#header .tel {
	padding: 50px 15px 10px;
	float: right;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
	background: #0090FF url(images/icon01.png) no-repeat center 15px;
	background-size: 30px 30px;
}
.hNavi {
	width: 660px;
	float: left;
	display: flex;
	align-items: center;
	justify-content: center;
}
.hNavi li {
	float: left;
	font-size: 18px;
	flex-grow: 1;
	position: relative;
}
.hNavi li a {
	padding: 35px 0 36px;
	display: block;
	color: #000;
	position: relative;
	text-align: center;
}
.hNavi li a:hover {
	color: #FF7701;
}
.hNavi li a:before {
	width: 0;
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #FF7701;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
	border-radius: 3px;
}
.hNavi li a:hover:before {
	width: 100%;
}
.swiper {
	width: 100%;
	height: 100%;
}
.swiper-slide {
	background-position: center;
	background-size: cover;
}
.swiper-slide img {
	display: block;
	width: 100%;
	transform: perspective(1000px) translate3d(0, 0, 100px);
}
.swiper-slide-active img {
	transition: all 5s ease 0s;
	transform: perspective(1000px) translate3d(0, 0, 0px);
}
.gaid {
	margin-bottom: 60px;
	background: #F5F5F5;
}
.gaid .sub {
	margin: 0 auto;
	padding: 15px 30px;
	width: 90%;
	font-size: 16px;
	min-width: 1200px;
	box-sizing: border-box;
	background: url(images/icon03.png) no-repeat left center;
	background-size: 20px 20px;
}
.gaid i {
	color: #d40000;
}
footer {
	padding: 0 50px;
	background: url(images/f_bg.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}
footer .top {
	padding-top: 3.5rem;
	padding-bottom: 3rem;
	display: flex;
	align-items: center;
	color: #fff;
}
footer .top .logo img {
	width: 12.35rem;
}
footer .top .center {
	padding-left: 70px;
	display: flex;
	align-items: start;
	justify-content: flex-end;
	flex: 1;
}
footer .top .tit {
	font-size: 1.1rem;
	font-weight: 700;
}
footer .top .col1 {
	width: 60%;
}
footer .top .col2 {
	margin-right: 60px;
	width: 40%;
}
footer .top .col1 .links, footer .top .col2 ul {
 padding-top: .4rem;
 font-size: .9rem;
	line-height: 1.3rem;
}
footer .top .col1 a {
	display: block;
	width: 50%;
	float: left;
	color: #fff;
	font-size: 16px;
 margin-top: .6rem;
	transition: ease-out .36s;
}
footer .top .col1 a:hover {
	transform: translateX(0.36rem);
}
footer .top .col2 ul li {
	display: flex;
	align-items: start;
 margin-top: .6rem;
	font-size: 17px;
}
footer .top .col2 ul li img {
	width: 1rem;
	height: 1rem;
	object-fit: contain;
	object-position: center;
	position: relative;
 top: .15rem;
 margin-right: .3rem;
}
footer .top .col2 ul li p {
	flex: 1;
}
footer .top .code {
 padding: .6rem .5rem 0 .5rem;
	background: #fff;
	text-align: center;
}
footer .top .code img {
	width: 9.5rem;
}
footer .top .code p {
 font-size: .9rem;
	line-height: 2.3rem;
	color: #383838;
}
footer .bottom {
	padding: 1rem 0;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer .bottom a {
	color: #fff;
}
footer .bottom .container {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
 font-size: .9rem;
	color: #fff;
	line-height: 1.45;
	text-align: center;
}
footer .bottom .container span {
	margin: 0 1rem;
}
footer .bottom .container a {
	display: inline;
}
.swiper-slide .wai {
	color: #fff;
	font-size: 40px;
	position: absolute;
	text-align: left;
	width: 80%;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.swiper-slide .wai .nei {
	transform: translateY(80px);
	opacity: 0;
}
.swiper-slide-active .wai .nei {
	transition: all 2s ease .5s;
	transform: translateY(0);
	opacity: 1;
}
.swiper-slide .wai .tit1 {
	margin-bottom: 30px;
	font-size: 55px;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
}
.swiper-slide .wai .tit1 span {
	display: block;
	font-size: 30px;
}
.swiper-slide .wai02 .ttl {
	font-size: 72px;
	color: #fff;
	font-weight: bold;
	letter-spacing: 2px;
	line-height: 1;
}
.swiper-slide .wai02 .ttl span {
	color: rgba(255, 141, 26, 1);
}
.swiper-slide .wai02 .txt01 {
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	position: relative;
	display: inline-block;
	padding-right: 15px;
	line-height: 1;
}
.swiper-slide .wai02 .txt01:before {
	position: absolute;
	left: 100%;
	content: "";
	top: 50%;
	width: 200px;
	height: 1px;
	background-color: #fff;
}
.swiper-slide .wai02 ul {
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0;
}
.swiper-slide .wai02 li {
	font-size: 24px;
	background: linear-gradient(90deg, rgba(11, 144, 221, 1) 0%, rgba(1, 83, 165, 1) 100%);
	border-radius: 60px;
	color: #fff;
	display: flex;
	align-items: center;
	padding: 10px 20px;
	margin-right: 15px;
	margin-top: 10px;
}
.swiper-slide .wai02 li:last-child {
	margin-right: 0;
}
.swiper-slide .wai02 li img {
	width: 30px;
	margin-right: 10px;
}
.swiper-slide .wai02 .txt02 {
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}
.swiper-slide .wai02 .txt03 {
	font-size: 12px;
	color: #fff;
}
.swiper-slide .wai03 {
	text-align: right;
}
.swiper-slide .wai03 .ttl {
	font-size: 50px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 15px;
	text-align: right;
}
.swiper-slide .wai03 .txt01 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 40px;
	text-align: right;
}
.swiper-slide .wai03 .color01 {
	display: inline-block;
	background-color: rgba(255, 128, 0, 1);
	position: relative;
	padding: 6px 25px;
}
.swiper-slide .wai03 .color01:before {
	position: absolute;
	right: -33px;
	top: 0;
	bottom: 0;
	content: "";
	width: 33px;
}
.swiper-slide .wai03 .color02 {
	background: linear-gradient(90deg, rgba(34, 78, 167, 1) 0%, rgba(11, 122, 201, 1) 100%);
	display: inline-block;
	padding: 6px 25px 6px;
}
.swiper-slide .wai03 .txt02 {
	color: #fff;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: right;
}
.swiper-slide .wai03 .txt03 {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 40px;
	text-align: right;
}
#nyba {
	height: 500px;
	position: relative;
	overflow: hidden;
	background-color: rgba(0,0,0,0.3);
	background-image: url(images/neibanner.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	z-index: 5;
}
.fade_text {
	text-transform: uppercase;
	margin-top: 180px;
	text-align: center;
	font-size: 0;
}
.fade_text span {
	color: #fff;
	display: inline-block;
}
.fade_text .cn {
	height: 95px;
	line-height: 95px;
	overflow: hidden;
}
.fade_text .cn span {
	font-size: 72px;
}
.fade_text .en {
	height: 40px;
	line-height: 40px;
	font-size: 30px;
	overflow: hidden;
}
.fade_text .line {
	width: 80px;
	height: 3px;
	background-color: #fff;
	margin: 20px auto;
}
.arrow_down {
	position: absolute;
	left: 50%;
	margin-left: -4px;
	bottom: 20px;
	overflow: hidden;
	width: 8px;
}
.arrow_down .line {
	display: block;
	width: 1px;
	height: 40px;
	margin: 0 3px;
	background: #fff;
}
.arrow_down .aw {
	display: block;
	height: 10px;
	margin-top: 3px;
	background: url(images/aw.png) no-repeat;
	background-size: 100% 100%;
}
.arrow_down .lg {
	-webkit-animation: long 1.5s linear alternate infinite;
	animation: long 1.5s linear alternate infinite;
}
#content {
	margin: 0 auto;
	padding: 70px 0;
	width: 85%;
	min-width: 1200px;
}
.xiangqing {
	margin-bottom: 50px;
}
.xiangqing .left {
	padding: 10px;
	width: 48%;
	float: left;
	border: 1px solid #ccc;
	box-sizing: border-box;
}
.xiangqing .left img {
	width: 100%;
}
.xiangqing .right {
	width: 48%;
	float: right;
}
.xiangqing .right .title {
	margin-bottom: 20px;
	color: #333;
	font-size: 32px;
	font-weight: bold;
}
.xiangqing .right .tt {
	margin-bottom: 20px;
	padding-bottom: 20px;
	color: #666;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
}
.xiangqing .right .btn li {
	margin: 0 20px 0 0;
	display: inline;
}
.xiangqing .right .btn li a {
	padding: 10px 0;
	width: 150px;
	display: inline-block;
	color: #fff;
	font-size: 16px;
	text-align: center;
	background: #FF7701;
}
.xiangqing .right .tel {
	margin: 30px 0 50px;
	color: #666;
	font-size: 16px;
}
.xiangqing .right .tel span {
	padding-left: 35px;
	display: block;
	color: #d40000;
	font-size: 35px;
	font-weight: bold;
	background: url(images/tel_icon.png) no-repeat left center;
	background-size: 30px 30px;
}
.erxiangqing {
	margin-bottom: 80px;
}
.erxiangqing .title {
	margin-bottom: 40px;
	border-bottom: 1px solid #ccc;
}
.erxiangqing .title span {
	padding: 10px 0;
	display: block;
	width: 150px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	background: #FF7701;
}
.erxiangqing .info {
	color: #333;
	font-size: 16px;
}
.erxiangqing .info img {
	margin: 0 auto 20px;
	display: block;
	max-width: 100%;
	min-width: 600px;
}
.erxiangqing .info video {
	margin: 0 auto 20px;
	display: block;
	width: 600px;
	height: 450px;
}
.in_title {
	margin-bottom: 30px;
	color: #333;
	font-size: 50px;
	text-align: center;
}
.in_title span {
	margin-top: 5px;
	display: block;
	color: #666;
	font-size: 16px;
	font-weight: normal;
	position: relative;
}
.btn a {
	margin: 0 auto;
	padding: 10px 0;
	display: block;
	width: 180px;
	color: #fff;
	font-size: 17px;
	text-align: center;
	background: #d40000;
}
.comWid {
	margin: 0 auto;
	width: 85%;
	min-width: 1200px;
}
.index01 {
	padding: 60px 0;
}
.index01 ul {
	margin: 30px auto;
	width: 1200px;
}
.index01 li {
	width: 20%;
	float: left;
	color: #444;
	font-size: 16px;
	text-align: center
}
.index01 li img {
	margin: 0 auto 10px;
	display: block;
}
.index02 {
	padding: 50px 0;
	background: #F6F6F6;
}
.index02 .left {
	width: 300px;
	float: left;
}
.index02 .left h2 {
	padding: 20px 0 19px;
	color: #fff;
	font-size: 35px;
	text-align: center;
	background: linear-gradient(90deg, rgba(212, 48, 48, 1) 0%, rgba(163, 5, 5, 1) 100%);
	border-radius: 10px 10px 0 0;
}
.index02 .left h2 span {
	margin-top: 10px;
	padding-top: 10px;
	display: block;
	color: #fff;
	font-size: 17px;
	font-weight: normal;
	background: url(images/icon02.png) no-repeat center top;
	background-size: 30px auto;
}
.index02 .left a:hover {
	text-decoration: underline;
}
.index02 .left ul {
	padding: 20px;
	background: #fff;
	border-radius: 0 0 10px 10px;
}
.index02 .left li {
	border-bottom: 1px dotted #999;
}
.index02 .left li > a {
	padding: 7px 0 8px 25px;
	display: block;
	color: #333;
	font-size: 19px;
	text-align: left;
	background: url(images/icon03.png) no-repeat left center;
	background-size: 15px 15px;
}
.index02 .left li .erji {
	margin: 0 0 10px 25px;
}
.index02 .left li p a {
	color: #555;
	font-size: 16px;
}
.index02 .right {
	padding-left: 320px;
}
.tongyong li {
	margin: 0 1% 20px;
	width: 25%;
	float: left;
}
.index02 .right .tongyong li {
	width: 31.33%;
}
.tongyong li a {
	padding: 5px 5px 10px;
	display: block;
	background: #fff;
}
.tongyong li a .tu {
	overflow: hidden;
}
.tongyong li a .tu img {
	width: 100%;
	height: 270px;
	object-fit: cover;
	object-position: center center;
	-webkit-transition-duration: 0.4s, 1s;
	-moz-transition-duration: 0.4s, 1s;
	-ms-transition-duration: 0.4s, 1s;
	transition-duration: 0.4s, 1s;
}
.tongyong li a:hover .tu img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
}
.tongyong02 li a .tu img {
	height: 300px;
}
.tongyong li a p {
	padding: 15px;
	color: #333;
	font-size: 17px;
}
.tongyong li a .more {
	position: relative;
	font_radio: 1;
	display-radio: 1;
	margin: 0 15px
}
.tongyong li a .more span {
	line-height: normal;
	color: 666;
	position: relative;
	z-index: 5;
	display: inline-block;
	transition: all 0.5s;
	font-size: 16px;
	transition: all 0.5s;
	line-height: 30px
}
.tongyong li:hover .more span {
	color: #fff
}
.tongyong li .more:before {
	content: "";
	background: #0090FF;
	position: absolute;
	left: 0;
	top: 0;
	border-radius: 500px;
	height: 30px;
	width: 30px;
	opacity: 0.5;
	transition: all 0.5s
}
.tongyong li:hover .more:before {
	opacity: 1;
	width: 120px
}
.tongyong li:hover .more:before i {
 margin-right:10px;
 margin-left:10px;
 color:#fff
}
.tongyong li .more i {
	width: 30px;
	height: 30px;
	display: inline-flex;
	font-size: 18px;
	color: #fff;
	font-style: normal;
	align-items: center;
	justify-content: center;
	margin-right: 15px;
	transition: all 0.5s
}
.index03 {
	padding: 100px 0;
	background: url(images/about_bg.jpg) no-repeat center center;
	background-size: cover;
	background-attachment: fixed;
}
.index03 .right {
	padding: 50px;
	width: 60%;
	float: right;
	box-sizing: border-box;
	background: rgba(0,144,255,.9);
}
.index03 .right h2 {
	margin-bottom: 25px;
	color: #fff;
	font-size: 20px;
	font-weight: normal;
}
.index03 .right h2 span {
	margin-bottom: 10px;
	padding-bottom: 10px;
	display: block;
	font-size: 55px;
	position: relative;
	font-weight: bold;
}
.index03 .right h2 span:before {
	width: 50px;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	background: #d40000;
}
.index03 .right p {
	color: #fff;
	font-size: 17px;
	text-indent: 2em;
}
.index03 .right ul {
	margin-top: 30px;
	padding: 20px 0;
	background: rgba(0,0,0,.5);
}
.index03 .right li {
	width: 33.33%;
	float: left;
	color: #fff;
	font-size: 18px;
	text-align: center;
}
.index03 .right li span {
	margin-bottom: 5px;
	display: block;
	font-size: 50px;
	font-weight: bold;
}
.neijieshao {
	margin: 0 auto 40px;
	width: 85%;
	min-width: 1200px;
}
.neijieshao .photo {
	margin: 0 40px 20px 0;
	width: 600px;
	float: left;
}
.neijieshao .photo img {
	width: 100%;
}
.neijieshao .wenzi p {
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 1.7;
	text-indent: 2em;
}
.pagebar {
	margin: 40px 0 80px;
}
.pagebar .pagination {
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.pagination a {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}
.pagination span {
	color: #333;
	font-size: 14px;
	padding: 8px 2px;
	margin: 0 3px;
	border-radius: 3px;
}
.pagination a:hover {
	color: #0070D8;
	border: 1px solid #0070D8;
}
.pagination a.page-num-current {
	color: #fff;
	background: #0070D8;
	border: 1px solid #0070D8;
}
.pagination .page-status {
	background: #fff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 8px 12px;
	margin: 0 3px;
	border-radius: 3px;
}
.pagination .page-status, .pagination .page-index, .pagination .page-last {
	display: none;
}
.compagelist {
	padding: 10px;
	margin-top: 40px;
	display: flex;
	background: #F5F5F5;
	justify-content: space-between;
}
.compagelist li {
	max-width: 49%;
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}
.compagelist a {
	color: rgba(153, 153, 153, 1);
}
.compagelist a:hover {
	color: rgba(212, 48, 48, 1);
}
.listnews li:not(:last-child) {
	border-bottom: 1px solid rgba(227, 227, 227, 1);
}
.listnews a {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 0;
}
.listnews .photo {
	width: 33%;
}
.listnews .photo img {
	width: 100%;
}
.listnews .txtbox {
	width: 64%;
	position: relative;
}
.listnews .time {
	font-size: 20px;
	margin-bottom: 10px;
}
.listnews .link {
	padding-right: 42px;
	position: absolute;
	right: 0;
	top: 0;
	font-size: 18px;
	color: rgba(102, 102, 102, 1);
	background: url(../images/img27.png) no-repeat right center;
	background-size: 36px auto;
}
.listnews h3 {
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
.listnews p {
	font-size: 18px;
	color: rgba(153, 153, 153, 1);
}
.listnews a:hover h3 {
	color: rgba(24, 102, 180, 1);
}
.listnews a:hover .link {
	color: rgba(24, 102, 180, 1);
	background: url(../images/img28.png) no-repeat right center;
	background-size: 36px auto;
}
.conysd {
	margin: 60px auto 80px;
	width: 90%;
	min-width: 1200px;
}
.contactul {
	margin-bottom: 40px;
}
.contactul li {
	padding: 40px 20px;
	width: 25%;
	height: 168px;
	float: left;
	overflow: hidden;
	box-sizing: border-box;
	border-left: 1px solid #ccc;
}
.contactul li:nth-child(1), .contactul li:nth-child(2) {
}
.contactul li:first-child {
	border-left: none;
}
.contactul li .icon {
	float: left;
}
.contactul li .icon img {
	width: 70px;
}
.contactul li .text {
	padding-left: 90px;
	color: #333;
	font-size: 17px;
	line-height: 1.7;
}
.index5 {
	padding: 50px 0;
	background: url(../images/CoreBg.jpg) no-repeat center center;
	background-size: cover;
}
.index5 .left {
	width: 20%;
	float: left;
}
.index5 .left li {
	position: relative;
	margin-bottom: 20px;
	cursor: pointer;
	background: #fff;
}
.index5 .left li a {
	padding: 15px 2% 15px 5%;
	display: block;
}
.index5 .left li:after {
	content: "";
	position: absolute;
	z-index: 5;
	top: 45%;
	right: 0px;
	border: 8px solid transparent;
	border-left-color: #d40000;
	opacity: 0;
	transition: all .3s;
}
.index5 .left li em {
	float: left;
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	margin-right: 10px;
	margin-top: 5px;
	font-size: 16px;
	color: #fff;
	border-radius: 50%;
	background: #d40000;
}
.index5 .left li span {
	color: #999;
	font-size: 12px;
	margin-bottom: 5px;
}
.index5 .left li h4 {
	color: #090929;
	font-size: 18px;
}
.index5 .left li.on {
	background: #d40000;
}
.index5 .left li.on:after {
	opacity: 1;
	right: -16px;
}
.index5 .left li.on em {
	color: #d40000;
	background: #fff;
}
.index5 .left li.on span, .index5 .left li.on h4 {
	color: #fff
}
.index5 .right {
	width: 80%;
	float: right;
	padding-left: 40px;
	box-sizing: border-box;
}
.index5 .right .show {/* display:flex; */
	overflow: hidden;
	background: #fff;
}
.index5 .right .pic {
	width: 60%;
}
.index5 .right .pic img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.index5 .right .box {
	width: 40%;
	padding: 50px 50px 0;/* vertical-align: middle; */
	box-sizing: border-box;
}
.index5 .right h4 {
	color: #090929;
	font-size: 32px;
}
.index5 .right hr {
	margin: 15px 0 0 0;
	width: 50px;
	height: 2px;
	border: none;
	background: #d40000;
}
.index5 .right p {
	-webkit-line-clamp: 3;
	color: #666666;
	font-size: 16px;
	margin-top: 40px;
	line-height: 26px;
}
.index5 .right .more {
	display: table;
	color: #fff;
	font-size: 14px;
	padding: 10px 40px;
	margin-top: 40px;
	border-radius: 30px;
	background: #d40000;
}
.index5 .right .more i {
	float: right;
	display: block;
	color: #fff;
	font-size: 20px;/* margin:100px 0 0 0; */
	margin: 0 0 0 10px;
}
.index5 .right .more:hover {
	background: #333
}
.index5 .right .more:hover i {
	transform: translateX(5px);
}
.index5 .right .pic, .index5 .right .box {/* flex:1 */
	float: left;
}
.index5 .height {
	height: 365px
}
.map {
	width: 100%;
	height: 340px;
	border: 1px solid #ccc;
}
.index4 {
	background: url(images/ceae909b-b2a0-48dd-bb84-b4d9993d9fb5.jpg) no-repeat center center;
	background-size: cover;
}
.index4 .left {
	padding: 190px 0 0 10%;
	width: 45%;
	height: 650px;
	float: left;
	box-sizing: border-box;
}
.index4 .left .en {
	font-size: 46px;
	color: rgba(255,255,255,1);
	font-family: Impact;
}
.index4 .left .tt {
	margin: 20px 0;
	font-size: 36px;
	color: rgba(255,255,255,1);
}
.index4 .left .wenzi {
	color: rgba(255,255,255,1);
	font-size: 16px;
}
.index4 .ul {
	width: 47%;
	height: 650px;
	float: right;
}
.index4 li {
	padding: 50px 20px 0;
	width: 50%;
	height: 50%;
	float: left;
	color: #fff;
	font-size: 16px;
	border-left: 1px solid rgba(255,255,255,.6);
	border-bottom: 1px solid rgba(255,255,255,.6);
	float: left;
	box-sizing: border-box;
}
.index4 li:nth-child(3), .index4 li:nth-child(4) {
	border-bottom: none;
}
.index4 li img {
	width: 80px;
}
.index4 li span {
	margin-bottom: 10px;
	display: block;
	font-size: 20px;
	font-weight: bold;
}
.index7 {
	padding: 70px 0;
	background: url(../images/news_bg.jpg) no-repeat center center;
	background-size: cover;
}
.newsRight {
	overflow: hidden;
}
.newsRight dl {
	padding: 20px;
	width: 31.33%;
	float: left;
	background: #fff;
	margin-bottom: 20px;
	margin: 30px 1%;
	box-shadow: 0 0 3px rgba(0,0,0,.1);
	box-sizing: border-box;
}
.newsRight dl dd {
	padding: 0 0 10px;
}
.newsRight dl dd a h4 {
	font-size: 20px;
	color: #262626;
	overflow: hidden;
	background: url(images/line.png) no-repeat left bottom;
}
.newsRight dl dd a span {
	overflow: hidden;
	display: block;
	font-size: 16px;
	color: #797979;
	line-height: 24px;
}
.newsRight dl dd a em {
	margin-top: 5px;
	display: block;
	color: #797979;
	font-size: 15px;
	font-style: normal;
}
.newsRight dl:hover h4 {
	color: #fff
}
.newsRight dl:hover span {
	color: #fff
}
.newsRight dl:hover dd a em {
	color: #fff
}
.newsRight dl:hover {
	background: #0076DE
}
.newsRight img {
	margin-bottom: 20px;
	width: 100%;
}
